home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / database / iris128.arj / UNPACK.SET < prev    next >
Text File  |  1990-03-30  |  1KB  |  67 lines

  1. !  -------------------------------------------------------------------
  2. !  -- UNPACK.SET  --  version 1.26  --  20 Mar 1990  --  UserWare  -
  3. !  -------------------------------------------------------------------
  4. !  This setup file for HardCopy.EXE can be used to "unpack" books 
  5. !  compressed with the PackBook utility program, for further study.
  6. !
  7. !  -> You do NOT need to use this to print a packed book.
  8. !  -> You do NOT need to use this to view a packed book through Iris.
  9. !
  10. !  You ONLY need to use this if you want to decompress a packed book
  11. !  and save the text to a disk file, and only if the book was not
  12. !  Coded as well as Packed.
  13. !
  14. !  To use: HARDCOPY  PackedName.PGE UnPackedName.PGE SET=UNPACK.SET
  15.  
  16. ; MODE -- printer type: Plain  ASCII  Graphics  or  Literal
  17.  
  18.   MODE=LITERAL
  19.  
  20.  
  21. ; TOP margin -- Blank lines for top of each page
  22.  
  23.   TOP=0
  24.  
  25. ; HEADER -- Print  " filename  ..  page# "  header
  26.  
  27.   HEADER=NO
  28.  
  29.  
  30. ; LEFT margin -- column for first character on line.
  31.  
  32.   LEFT=1
  33.  
  34. ; LINE length -- number of characters to print after left margin.
  35.  
  36.   LINE=127
  37.  
  38. ; WRAP -- wrap long lines?
  39.  
  40.   WRAP=NO
  41.  
  42.  
  43. ; PAGE length -- number of text lines before form feed
  44.  
  45.   PAGE=64
  46.  
  47. ; KEEP -- try and keep paragraphs together?
  48.  
  49.   KEEP=NO
  50.  
  51. ; BLANK -- do blank lines separate paragraphs?
  52.  
  53.   BLANKS=NO
  54.  
  55.  
  56. ; FORM feed -- End page with FormFeed character (^L)?
  57.  
  58.   FORM=NO
  59.  
  60.  
  61. ; TABLE -- print table of Iris-type page names?
  62.  
  63.   TABLE=NO
  64.  
  65. 
  66.